Skip to main content

Get Broker Msg

Request to be POSTed to uri : /NorenWClientTP/GetBrokerMsg

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
jKey*Key Obtained on login success.
Json FieldsPossible valueDescription
uid*Logged in User Id

Response data will be in json format with below fields in case of success.

Json FieldsPossible valueDescription
statOkBroker Msg success or failure indication.
dmsgThis will be present only in case of success. Number of days to expiry will be present in same.
norentmNoren Time

Sample Success Response :

[
{
"stat": "Ok",
"norentm": "02-05-1975 08:48:52",
"msgtyp": "Admin Message",
"dmsg": "Test Msg All Message Recovery2"
},
{
"stat": "Ok",
"norentm": "02-05-1975 08:48:52",
"msgtyp": "Admin Message",
"dmsg": "Test Msg All Message Recovery2"
}
]